Vapi Metadata Privilege ComponentInfo
The Vapi Metadata Privilege ComponentInfo schema contains the privilege information of a component element.
For an explanation of privilege information contained within component elements, see Vapi Metadata Privilege Component.
{
"packages": {
"packages": {
"privileges": [
"string"
],
"services": {
"services": {
"operations": {
"operations": {
"privileges": [
"string"
],
"privilege_info": [
{
"property_path": "string",
"privileges": [
"string"
]
}
]
}
}
}
}
}
}
}
Privilege information of all the package elements. The key in the map is the identifier of the package element and the value in the map is the privilege information for the package element.
For an explanation of privilege information containment within package elements, see Vapi Metadata Privilege Package.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.vapi.package
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.vapi.package
.